VirtualTimePolicy

enum VirtualTimePolicy : Enum<VirtualTimePolicy>

advance: If the scheduler runs out of immediate work, the virtual time base may fast forward to allow the next delayed task (if any) to run; pause: The virtual time base may not advance; pauseIfNetworkFetchesPending: The virtual time base may not advance if there are any pending resource fetches.

Entries

ADVANCE
Link copied to clipboard
PAUSE
Link copied to clipboard
PAUSEIFNETWORKFETCHESPENDING
Link copied to clipboard

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Sources

jvm source
Link copied to clipboard